home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 143
/
(Vol 143) Nov 15 2011.iso
/
Games
/
bratz_fashion_designer.swf
/
scripts
/
__Packages
/
ClothingItem.as
next >
Wrap
Text File
|
2011-11-15
|
517b
|
23 lines
class ClothingItem extends MovieClip
{
function ClothingItem()
{
super();
}
function saveState()
{
var _loc4_ = new Object();
var _loc3_ = new Array("A","B","C","D","E","F");
var _loc2_ = 0;
while(_loc2_ < _loc3_.length)
{
if(this["Piece" + _loc3_[_loc2_]])
{
_loc4_["Piece" + _loc3_[_loc2_]] = this["Piece" + _loc3_[_loc2_]].getSave();
}
_loc2_ = _loc2_ + 1;
}
return _loc4_;
}
}